How to Right-align flex item?
How to Right-align flex item?
360
06-Jun-2024
Updated on 06-Jun-2024
Ashutosh Kumar Verma
06-Jun-2024Right-align flex item
You can use the
justify-contentproperty with the valueflex-endto align flex items to the right within a flex container on the flex container.Example-
This CSS code will align flex items to the right within a flex container. You can apply the
.containerclass to the parent element that contains the flex items you want to align to the right.Example-
Output-
Also, Read: How to align content of a div to the bottom?